Learning PostgreSQL 10 - Second Edition: A beginner's guide to building high-performance PostgreSQL database solutions by Salahaldin Juba & Andrey Volkov
Author:Salahaldin Juba & Andrey Volkov [Juba, Salahaldin]
Language: eng
Format: azw3
Publisher: Packt Publishing
Published: 2017-11-30T16:00:00+00:00
Function planner-related parameters
Function planer related parameters helps in giving the planner information about the function execution cost, this helps the planner to generate a good execution plans. The following three parameters are used by the planner to determine the cost of executing the function, the number of rows that are expected to be returned, and whether the function pushes down when evaluating predicates. These parameters are:
Leakproof: Leakproof means that the function has no side effects. It does not reveal any information about its argument. For example, it does not throw error messages about its argument. This parameter affects views with the security_barrier parameter.
Cost: Declares the execution cost per row; the default value for the C language function is 1, and for PL/pgSQL it is 100. The cost is used by the planner to determine the best execution plan.
Rows: The estimated number of rows returned by the function if the function is set-returning. The default value is 1000.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8309)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6803)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6779)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6668)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6452)
Driving Data Quality with Data Contracts by Andrew Jones(6396)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6154)
Learning SQL by Alan Beaulieu(6004)
Weapons of Math Destruction by Cathy O'Neil(5795)
Big Data Analysis with Python by Ivan Marin(5395)
Data Engineering with dbt by Roberto Zagni(4401)
Solidity Programming Essentials by Ritesh Modi(4049)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3908)
Pandas Cookbook by Theodore Petrou(3611)
Blockchain Basics by Daniel Drescher(3306)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2914)
Feature Store for Machine Learning by Jayanth Kumar M J(2820)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2803)
Mastering Python for Finance by Unknown(2748)
